Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement cljstyle check #157

Merged
merged 4 commits into from
Feb 9, 2024
Merged

Implement cljstyle check #157

merged 4 commits into from
Feb 9, 2024

Conversation

SmetDenis
Copy link
Owner

This change introduces cljstyle linting for Clojure source files as a new action in GitHub workflow. Usage, rules, and styling configurations are added and properly integrated into the existing linting process. The configuration of bb.edn is adjusted accordingly to incorporate the cljstyle check and fix tasks.

Denis Smet added 4 commits February 10, 2024 02:00
This commit introduces cljstyle linting for Clojure source files as a new action in GitHub workflow. Usage, rules, and styling configurations are added and properly integrated into the existing linting process. The configuration of `bb.edn` is adjusted accordingly to incorporate the cljstyle check and fix tasks.
This commit applies a uniform style to argument lists and function definitions in Clojure files. These changes improve code readability and maintainability by standardizing the structure and spacing of parentheses, line breaks, and indentation across various functions and requirements imports.
This commit tidies up test function formatting in ex_1_11_test.clj. It aims to improve code legibility and maintenance by standardizing the arrangement of parentheses and line breaks in the test functions.
A cljstyle check has been added in the GitHub workflows configuration file, main.yml. This bolsters the code formatting efforts by including checks for Clojure style conventions, aiming to improve and standardize the overall code legibility.
@SmetDenis SmetDenis merged commit 05a9af5 into main Feb 9, 2024
4 checks passed
@SmetDenis SmetDenis deleted the new-codestyle branch February 9, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant